home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000448_bruno@alpha1.csd.uwm.edu_Fri Apr 1 17:40:38 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  1KB

  1. Received: from alpha1.csd.uwm.edu by cs.umb.edu with SMTP id AA11646
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Sat, 2 Apr 1994 00:40:39 -0500
  3. Received: (bruno@localhost) by alpha1.csd.uwm.edu (8.6.7/8.6.8) id XAA21817 for tex-k@cs.umb.edu; Fri, 1 Apr 1994 23:40:38 -0600
  4. Date: Fri, 1 Apr 1994 23:40:38 -0600
  5. From: Bruno Wolff III <bruno@alpha1.csd.uwm.edu>
  6. Message-Id: <199404020540.XAA21817@alpha1.csd.uwm.edu>
  7. To: tex-k@cs.umb.edu
  8. Subject: dviljk-1.0 + alpha
  9.  
  10. I am bulding dviljk-1.0 on our alpha with gcc. In config.h the macro alpha
  11. is checked to see if longs are 8 bytes and if arithmetic shifts sign extend.
  12. Under the version of gcc tht we have built it doesn't look like this macro is
  13. defined. I don't know if it is supposed to be or not. I wasn't to worried about
  14. the arithmetic shifts since there was a fall back to something sensible. I
  15. added AC_LONG_64_BITS to the configure.in file and used the macro
  16. LONG_64_BITS to check to see if ints should be used in place of longs. This
  17. seemed to get me past that problem. I won't be able to see if that fixed
  18. everything until I get back into the office tomorrow.